Remove GtkRadioButton references in the docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 31 Aug 2020 00:57:25 +0000 (20:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Aug 2020 01:23:25 +0000 (21:23 -0400)
gtk/gtkcheckbutton.c
gtk/gtkmodelbutton.c
gtk/gtkrender.c
tests/testgtk.c

index 296ba6f2bafc9cd01f9c730f180506e48fc4bb0e..13aa7fb6cd1c2457aa67284c6380601976276df7 100644 (file)
@@ -42,7 +42,7 @@
  * SECTION:gtkcheckbutton
  * @Short_description: Create widgets with a discrete toggle button
  * @Title: GtkCheckButton
- * @See_also: #GtkButton, #GtkToggleButton, #GtkRadioButton
+ * @See_also: #GtkButton, #GtkToggleButton
  *
  * A #GtkCheckButton places a label next to an indicator.
  *
index 7eda4627fd899d3eb9fe63aa23b289a0675b5a02..0e9803919334bbac19914a5c9ed99b790ef2d391 100644 (file)
@@ -54,7 +54,7 @@
  * @Title: GtkModelButton
  *
  * GtkModelButton is a button class that can use a #GAction as its model.
- * In contrast to #GtkToggleButton or #GtkRadioButton, which can also
+ * In contrast to #GtkToggleButton or #GtkCheckButton, which can also
  * be backed by a #GAction via the #GtkActionable:action-name property,
  * GtkModelButton will adapt its appearance according to the kind of
  * action it is backed by, and appear either as a plain, check or
index e095832cc384b5a2814575ac0c567847ad0c0182..4abb9fbc0ed4eb60e46119699ec1733e6beb5e74 100644 (file)
@@ -104,7 +104,7 @@ gtk_render_check (GtkStyleContext *context,
  * @width: rectangle width
  * @height: rectangle height
  *
- * Renders an option mark (as in a #GtkRadioButton), the %GTK_STATE_FLAG_CHECKED
+ * Renders an option mark (as in a radio button), the %GTK_STATE_FLAG_CHECKED
  * state will determine whether the option is on or off, and
  * %GTK_STATE_FLAG_INCONSISTENT whether it should be marked as undefined.
  *
index 890e7ff0d68d8b08cd7f5247b0a6db948b28f52d..058fb0d79e3fa648e4430aa343f7388729514797 100644 (file)
@@ -513,10 +513,6 @@ create_check_buttons (GtkWidget *widget)
     gtk_window_destroy (GTK_WINDOW (window));
 }
 
-/*
- * GtkRadioButton
- */
-
 static void
 create_radio_buttons (GtkWidget *widget)
 {